/* CSS Document */

.login-container {
	width: 420px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 200px;
	margin-bottom: 200px;
}

.login-segment-item {
	width: 50%;
	height: 48px;
	line-height: 48px;
	color: #EA4245;
	float: left;
	text-align: center;
	cursor: pointer;
	border: 1px solid #BBBBBB;
}

.login-segment-item-active {
	width: 50%;
	height: 48px;
	line-height: 48px;
	color: #EA4245;
	float: left;
	text-align: center;
	cursor: pointer;
}

.login-input {
	display: block;
	border: 1px solid #BBBBBB;
	width: 100%;
	height: 46px;
	margin: 0 auto;
	padding: 0 10px;
	margin-top: 40px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-size: 14px;
}

.login-forgetPsw {
	font-size: 12px;
	float: right;
	color: #3F6AB5;
	margin-top: 15px;
}

.login-loginBtn {
	display: block;
	width: 160px;
	float: left;
	color: #fff;
	background-color: #EA4245;
	text-align: center;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
}

.login-registBtn {
	display: block;
	width: 160px;
	float: right;
	color: #EA4245;
	background-color: #fff;
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 18px; 
	border: 1px solid #EA4245;
}

.thirdLoginTitle {
	color: #959393;
	float: left;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}

.login-wechat {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: url('../image/login-wechat.png') no-repeat center;
	background-size: 24px 24px;
	margin-left: 10px;
}

.login-wechat-title {
	float: left;
	color: #959393;
	font-size: 14px;
	margin-left: 5px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}

.login-msgCode {
	display: block;
	border: 1px solid #BBBBBB;
	width: 200px;
	height: 46px;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	float: left;
	font-size: 14px;
}

.getMsgCode {
	width: 120px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	border: 1px solid #BBBBBB;
	float: right;
	color: #3F6AB5;
	cursor: pointer;
	font-size: 14px;
}

.msgLoginBtn {
	width: 100%;
	color: #fff;
	background-color: #EA4245;
	text-align: center;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	margin-top: 50px;
	cursor: pointer;
}


.bindTitle {
	width: 340px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 2px solid #EA4245;
	color: #EA4245;
	font-size: 18px;
}
